Name | Description | |
---|---|---|
![]() | Clear | Overridden. Clear all the items in the index |
![]() | ClearLazyLoadedValues | Overridden. Clear all lazy loaded values |
![]() | Delete | Overridden. Delete an item in the index by primary key and set IsDirty to true |
![]() | GetAllPrimaryKeys | Overridden. Get all the primary keys associated with this index |
![]() | GetAllPrimaryKeysDescending | Overridden. Get all the primary keys associated with this index in descending order |
![]() | GetIndexRecordExactMatch | Overridden. Get a list of Index Records that match the passed indexValue |
![]() | GetPrimaryKeys | Overridden. Get all the primary keys associated with this index in ascending order |
![]() | Insert | Overridden. Insert an index value into the index |
![]() | Query | Overridden. Query for a list of index records |
![]() | SortIndex | Overridden. Sort the index by the index value |
![]() | Update | Overridden. Update an index value by the primary key |